const runtime.stackPreempt
11 uses
runtime (current package)
debug.go#L95: g.stackguard0 = stackPreempt
lock_futex.go#L129: gp.stackguard0 = stackPreempt
preempt.go#L195: if gp.preemptStop && gp.preempt && gp.stackguard0 == stackPreempt && asyncM == gp.m && atomic.Load(&asyncM.preemptGen) == asyncGen {
preempt.go#L207: gp.stackguard0 = stackPreempt
proc.go#L3596: _g_.stackguard0 = stackPreempt
proc.go#L3689: _g_.stackguard0 = stackPreempt // see comment in entersyscall
proc.go#L3773: _g_.stackguard0 = stackPreempt
proc.go#L5317: gp.stackguard0 = stackPreempt
runtime1.go#L479: _g_.stackguard0 = stackPreempt
stack.go#L138: stackPreempt = uintptrMask & -1314
stack.go#L1019: preempt := stackguard0 == stackPreempt
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)